github.com/klauspost/compress/flate.decompressor.cpBuf (field)

6 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L349: 	cpBuf     []byte
		inflate.go#L686: 		f.cpBuf = f.dict.appendWindow(f.cpBuf[:0])
		inflate.go#L692: 			Window:             f.cpBuf,
		inflate.go#L837: 		cpBuf:    f.cpBuf,